Acording to the kstep specs the maximum steps are 500K steps/sec but how I know the amount of steps I'm using? for example if I use the KM_Axis with an XAxis.Velocity = 1000.0; XAxis.StartMoveTo(2000);
that means that I'm at 1000steps/sec?
Group: DynoMotion
Message: 15129
From: Tom Kerekes
Date: 11/1/2017
Subject: Re: KStep steps/sec?
Basically yes. Assuming you leave the KM_Axis CPU (counts per unit)
value at the default of 1.0. Also that the move distance is
sufficient to be able to accelerate up to that rate based on the set
acceleration and Jerk.
Regards
TK
On 11/1/2017 1:01 PM,
magergar@... [DynoMotion] wrote:
Acording to the kstep specs the maximum steps are 500K
steps/sec
but how I know the amount of steps I'm using?
for example if I use the KM_Axis with an XAxis.Velocity =
1000.0;
XAxis.StartMoveTo(2000);